home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 106 - Proboard KEY Floppy - Must be in Drive 1.dsk / TG.DOC.FS.txt < prev    next >
Text File  |  2019-02-17  |  3KB  |  99 lines

  1.  
  2. TimeGrapher Deluxe File-Spec-Doc jpe 1/30/90 @ 05:37
  3.  
  4. FILENAME: Graph.Data
  5. TYPE    : ASCII (txt)
  6. SIZE    : Increases by Approx. 16 Bytes per Call
  7. CREATED : From Inside Graph.Data Mod in Main or Main2.Seg.S
  8. DELETED : From Inside TimeGrapher Whenever Update is Completed
  9.  
  10.           1) 1024 Bytes and larger if Updated (manually Selectable)
  11.           2) 2048 Bytes if Not Updated Sooner (will Auto Update on Entry)
  12. *****     3) Updating sooner would greatly lower Graph Accuracy!
  13.  
  14. VARS    : X, Y, Z, ZX, DJ$
  15.  
  16. The First Element  (X) is the Hour of Day of call as interpreted by TG.
  17. (see TG dox)
  18.  
  19. The Second Element (Y) is the Bits Per Second Divided by 300
  20.  
  21. The Third Element  (Z) is the Length of Call as interpreted by TG.
  22.  
  23. The Fourth Element (ZX) is the Month of the year Numerical
  24.  
  25. The Fifth Element  (DJ$) is the Day of Week (D.O.W.) (ie. MON)
  26. -----
  27. NOTE > The Last Call Will Always Be At The Top of The File And Not The Bottom!
  28. -----
  29. Sample Graph.Data:
  30.  
  31. 17,8,20,1,Sat     (called at 5PM at 2400 BPS for 20 min. Was a SAT in JAN)
  32.  ____________________________________________________________________________
  33.  ____________________________part II:________________________________________
  34.  
  35. TimeGrapher Deluxe File-Spec-Doc <cont> jpe 1/29/90
  36.  
  37. FILENAME: Stash.Data
  38. TYPE    : ASCII (txt)
  39. SIZE    : Remains Fairly Constant at approx. 190 bytes
  40. CREATED : From Inside TG, when Newly Created and whenever Updated
  41. DELETED : Whenever Overwritten by Updated version
  42. VARS    : All Variables are stored and recalled, TG Vars are internal only
  43.  
  44. Sample 1 (vars)
  45.  Filename: NULL (nullifies vars) for new data tabulation on Update
  46.  
  47.  a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,aa,ab
  48.  ac,ad,ae,af,b0,b1,b2,b3,b4,b5,b6,b7
  49.  m1,m2,m3,m4,m5,m6,m7,m8,m9,mz,mb,mc
  50.  y1,y2,y3,y4,y5,y6,z1,z2,z$
  51.  z3,zz,d1,d2,d3,d4,d5,d6,d7
  52.  x,x,mx$
  53.  
  54. --> a0-b7 are hour of day accumulatives (24) also w0-x7
  55. --> m1-mc are month of year caller accumulatives (12) also n1-oc
  56. --> y1-y6 are Bps/300 accumulatives (also ya-yf)
  57. --> z1 is Length of Call Averaged (also za)
  58. --> z2 is Hours Online (rounded) Accumulative (also zb)
  59. --> z4 is second bit of above for overflow protection (also zz)
  60. --> z3 is Numeric for month of previous update (also zc)
  61. --> z5 is temporary used only during update
  62. --> Z$ is date of last update, used temp. to compare to current
  63.  
  64. Sample 2 (vars) 
  65.  Filename: Stash.Data (used only to input previous data for computation)
  66.  
  67.  w0,w1,w2,w3,w4,w5,w6,w7,w8,w9,wa,wb
  68.  wc,wd,we,wf,x0,x1,x2,x3,x4,x5,x6,x7
  69.  n1,n2,n3,n4,n5,n6,n7,n8,n9,oa,ob,oc
  70.  ya,yb,yc,yd,ye,yf,za,zb
  71.  zc,z4,da,db,dc,dd,de,df,dg,cd,co
  72.  nn,nz,mx$
  73.  
  74. Alternate Vars:
  75. ---------------
  76. --> zz  = is the same as z4, input for computation only
  77. --> cd  = Collective Data Points used in Averages to date
  78. --> co  = Second Bit of Above to avoid overflows
  79. --> nn  = Collective Hours Online Yearly
  80. --> nz  = Second Bit of Above to avoid overflows
  81. --> mx$ = Month of Previous update
  82. --> jp$ = internal date for last update info
  83.  
  84. Sample 3 (Actual File)
  85.  Filename: Stash.Data
  86.  
  87. 25,37,8,15,16,3,12,32,11,9,27,26
  88. 64,60,39,22,20,48,67,60,55,115,67,55
  89. 72,0,0,0,0,0,0,0,0,248,247,198
  90. 16,395,409,0,0,0,15,195,01/20/90
  91. 1,0,88,110,135,151,177,117,190,765,0
  92. 765,0,January__
  93.  _____________________________________________________________________________
  94.  
  95.    ProBOARD 805 239 4292  West Coast Sysops Alliance & GBBS Support 24hrs
  96.  _____________________________________________________________________________
  97.  
  98.  
  99.